/* This aml was created by Craig Wandrey (U.S.G.S.).
/* It is designed to plot a geological map of South Asia (Region 8)
/* (Open-File Reort 97-470C) for the worldwide hydrocarbon resource
/* assessment. The map is intended for use at a scale of 1:5,000,000
/* or smaller.
/*
/* Coverages reguired to run this aml; reg8_glg, wrldprov, ctrys3m,
/* refmap, reg8bdry
/*
/* Legend key tables required to run this aml; geology.key, lines.key
/* fieldmrk.key. provmap.key
/*
/* Aml's required to run this aml; mapscale.aml wldmap.aml
/*
/* Shade sets and font sets required to run this aml; wep.shp, font34
/* Last revised 4/10/98
/* This digitally compiled map includes petroleum geology, geologic
/* provinces, and oil and gas fields of South Asia. The map is part
/* of a worldwide series released by the U. S. Geological Survey World
/* Energy Project. The goal of the project is to assess the
/* undiscovered, technically recoverable oil and gas resources of the
/* world and report these results by the year 2000. For data management
/* purposes the world was divided into eight energy regions corresponding
/* approximately to the economic regions of the world as defined by the
/* U.S. Department of State. South Asia (Region 8) is represented on
/* this CD-ROM (see Reference Map), and includes Afghanistan, Bangladesh,
/* Bhutan, India, Myanmar, Maldives, Nepal, Pakistan, and Sri Lanka.
/*
/* Each region was then further divided into geologic provinces on the
/* basis of natural geologic entities and may include a dominant structural
/* element or a number of contiguous elements. Some provinces contain
/* multiple genetically related basins. Geologic province boundaries for
/* South Asia were delineated using data from UNESCO geologic maps, and
/* other tectonic and geographic data (see Selected References). Offshore
/* province boundaries were defined by the 2000 meter bathymetric contour
/* from the UNESCO geologic maps (see References). Each province was
/* assigned a unique number; the first digit is the region number. An
/* attempt was made to number the provinces in geographical groups;
/* onshore, offshore, and combined on and offshore. In South Asia, the
/* numbering starts in the west.
/*
/*Oil and gas field data from Petroconsultants International Corporation
/* worldwide oil and gas field database were allocated to these provinces.
/* The geologic provinces are being further subdivided into petroleum
/* systems and assessment units in order to appraise the undiscovered
/* petroleum potential of selected provinces of the world. For a more
/* in-depth discussion of the geologic provinces and their relative
/* ranking in terms of total known petroleum volume, see Klett and others,
/* 1997.
/*
/* This map for South Asia was compiled and synthesized primarily from the
/* UNESCO, 1976 and 1990, geologic maps of South and East Asia,
/* 1:10,000,000 and 1:5,000,000 scales respectively. Specific details of
/* the data sources are given in the metadata file on this CD-ROM.
/* Geologic units were combined to simplify the map and to maintain
/* consistency with other maps of the series. Precambrian rocks are
/* undivided. Paleozoic, Mesozoic, and Cenozoic rocks have been combined
/* in many cases (see Explanation). Oil and gas field markers represent
/* field centerpoints published with permission from Petroconsultants
/* International Data Corp., 1996 database.
/*
/* This map was compiled using Environmental Systems Research Institute,
/* Inc. (ESRI) ARC/INFO and ArcPlot softwares. Political boundaries and
/* cartographic representations on this map were taken, with permission,
/* from ESRI's ArcWorld 1:3 million digital coverage, have no political
/* significance, and are displayed as general reference only.
/*
rm reg8_glg.gra
ap
display 1040
reg8_glg.gra
&echo &on
linecolor white
box 0 0 44 38
mape -1782808 -1948361 2133986 2132362
mapunits meters
mapscale 5000000
pagesize 41.5 35.2
mapposition ll 1 2
/* Polygon shading
/* Polygons and line work for the geology (stratigraphy,
/* faults, and geographic features were generalized from
/* scanned images of UNESCO geologic maps of the world
/* These maps are paper 1:5,000,000 and 1:10,000,000 scales.
/* The maps are not intended to be used at a scale of larger
/* than 1:5,000,000!
shadeset wep.shd
polygonshades reg8_glg glg geology.lut
/* This section labels the polygons that are larger
/* than the specified area and not designated H20 for
/* water.
textset font.txt
lineset carto.lin
linesymbol 101
textsize 4 pt
reselect reg8_glg POLY AREA > 250000000
reselect reg8_glg POLY GLG NC 'H2O'
polygontext reg8_glg glg
clearselect
textsize 3 pt
reselect reg8_glg POLY AREA < 250000001
reselect reg8_glg POLY GLG NC 'H2O'
polygontext reg8_glg glg
clearselect
/* This section plots line type, color, and weight
/* based on selected symbol number.
lineset plotter.lin
/* faults
reselect reg8_glg arcs symbol = 2
arclines reg8_glg 9
clearselect
/* inferred faults
reselect reg8_glg arcs symbol = 3
arclines reg8_glg 25
clearselect
/* rivers
reselect reg8_glg arcs symbol = 4
arclines reg8_glg 8
clearselect
/* unknown
reselect reg8_glg arcs symbol = 5
arclines reg8_glg 80
clearselect
/* water depth contours
reselect reg8_glg arcs symbol = 7
arclines reg8_glg 4
clearselect
/*contacts
reselect reg8_glg arcs symbol = 0
arclines reg8_glg 1
/*clearselect
/*
/* These commands shade polygons for other regions gray
shadeset colornames.shd
reselect reg8_glg polys glg = 'Gry'
polygonshades reg8_glg 3
/*
/* These are USGS province boundaries selected for the
/* USGS World Energy Assessment some of the provinces
/* fall into other regions such as the former Soviet
/* Union. Last Revised 3/17/98
lineset plotter.lin
arclines wrldprov 10
/* These region boundaries were generalized from the ESRI
/* 1:3,000,000 world database
reselect countrys arcs TYPE = 3
arclines countrys 14
textset font.txt
textsymbol 3
textcolor red
textsize 12 pt
reselect wrldprov POLY CODE > 7999
labeltext wrldprov code\name
clearselect
/*
/* These commands plot field center points from the
/* Petroconsultants well file current to the third
/* quarter of 1996.
/* !! THIS COVER IS NOT PROVIDED BECAUSE IT IS PROPRIETARY!!
/*
/*markerset oilgas.mrk
/*markersize .15
/*markerscale .15
/*markersymbol 402
/*reselect fields points symbol = 8
/*points fields
/*
/* These commands plot map text.
textdelete all
textset font.txt
textsymbol 16
textcolor 'black'
textsize 26 pt
move 6.7 1.2
text 'MAP SHOWING GEOLOGY, OIL AND GAS FIELDS, AND GEOLOGIC PROVINCES OF SOUTH ASIA'
textsize 18 pt
move 14 .4
text 'Compiled by Craig J. Wandrey and Ben E. Law\ 1997'
textdelete all
textset font.txt
textsymbol 15
textsize 16 pt
textcolor 'blue'
move 3.2 15.5
text 'ARABIAN SEA'
move 22.08 15
text 'BAY OF BENGAL'
textsize 12 pt
move 28.73 14.19
text ' GULF OF\ \MARTABAN'
move 27.9 11
text 'ANDAMAN\ \ BASIN'
textset font.txt
textsymbol 16
textcolor 'black'
textsize 12 pt
move 7.9 24.8
textdelete all
text 'THAR DESERT'
move 11.6 15
text 'DECCAN\ \PLATEAU'
move 26.7 10.22
text 'ANDAMAN\ \ISLANDS'
move 2.5 25.04
text 'DASHT-I-BADE'
move 2.3 26.8
text 'CHAGA HILLS'
textset font.txt
textsymbol 14
textcolor 'black'
textsize 10 pt
move 14.98 5.96
text 'Colombo .' LR
move 28.31 15.22
text '. Rangoon'
move 23.17 20.74
text '. Dhaka'
move 21.45 19.8
text 'Calcutta .' LR
move 22.2 24.23
text '. Panakha'
move 18.96 24.31
text '. Katmandu'
move 12.93 25.09
text '. Delhi'
move 5.05 22.14
text 'Karachi .' LR
move 7.68 30.7
text '. Kabul'
move 9.32 16.59
text 'Bombay .' LR
move 10.39 29.6
text 'Islamabad .' LR
textdelete all
textset font.txt
textcolor 'black'
textsymbol 14
textsize 11 pt
move 1 34.5
text 'U.S. DEPARTMENT OF THE INTERIOR\U.S. GEOLOGICAL SURVEY'
move 38 34.5
text 'OPEN FILE REPORT\97-470C'
/*
/* These command plot map text files.
textsize 12 pt
move 33 33.5
text 'INTRODUCTION'
textsize 10 pt
move 33 33.2
textfile reg8intr.txt
move 33 10.5
textsize 12 pt
text 'SELECTED REFERENCES'
textsize 10 pt
move 33 10.2
textfile reg8refs.txt
textsize 12 pt
move 32.75 24.5
text 'EXPLANATION'
textsize 10 pt
/*
/* Map key plotting commands
/* The geology.key key shades are resorted by age from
/* the file geology.lut
markerscale 1
shadeset wep.shd
linecolor black
keyarea 32.75 11.5 49 24.2
keyseparation -8 .2
keybox .50 .25
keyshade geology.key INFO symbol geology nobox
shadeset colornames.shd
keyshade provmap.key INFO symbol geology nobox
keybox .5 0
lineset plotter.lin
keyline lines.key INFO symbol linetype nobox
keybox .5 .5
markerset oilgas.mrk
markerscale .31
markersize .2
keymarker fieldmrk.key INFO symbol text1 nobox
/*
/* Projection and disclaimer text.
textfont 94021
textscale 1
textsize .13
move 1 .7
text 'Projection: Albers Conic Equal Area\1st standard parallel: 10 degrees north latitude\2nd standard parallel 40 degrees north latitude\central meridian: 80 degrees east longitude\latitude of origin: 20 degrees north latitude\false easting 0\false northing 0'
move 29 1.2
text 'This map is preliminary and has not been\reviewed for conformity with U.S. Geological\Survey editorial standards or with the\International Stratigraphic Guide.'
textquality kern
/*
/* Scale bar aml
&r mapbar 17.5 3.25 5000000
/*
/* neatlines, lat and long lines, and units in degrees